home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_257 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  285 b   |  12 lines

  1. cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
  2. {
  3.    _root.enableFooter();
  4.    this._parent._parent.gotoAndStop("init");
  5. };
  6. okay_btn.onRelease = okay_btn.onReleaseOutside = function()
  7. {
  8.    _root.enableFooter();
  9.    this._parent.gotoAndStop("wait");
  10. };
  11. stop();
  12.